Posts related to: WPF .NET Windows
Avoiding WPF Image Control Local File Locking
WPF locks local images when referenced via a Source attribute. In this post I discuss why this might be a problem and how you can work around it using native XAML and custom binding converter that provides a consolidated approach that includes image caching for better performance of reused images.